home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / Software / Featured / PartitionMagic / Setup / Drivemap.cab / DrvMap.exe / 0 / RCDATA / TFRMPROCESSCOMPLETE / TFRMPROCESSCOMPLETE.txt
Encoding:
Text File  |  2002-09-16  |  1.3 KB  |  66 lines

  1. object frmProcessComplete: TfrmProcessComplete
  2.   Left = 234
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DriveMapper'
  7.   ClientHeight = 167
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object lblPageHeader: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 308
  24.     Height = 19
  25.     Caption = 'Process Complete!'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -16
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object lbl1: TLabel
  35.     Left = 16
  36.     Top = 52
  37.     Width = 355
  38.     Height = 28
  39.     AutoSize = False
  40.     Caption = 'DriveMapper has processed all tasks.'
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object lbl2: TLabel
  45.     Left = 16
  46.     Top = 88
  47.     Width = 355
  48.     Height = 29
  49.     AutoSize = False
  50.     Caption = 
  51.       'You may need to reboot your machine for all changes to take effe' +
  52.       'ct.'
  53.     Transparent = True
  54.     WordWrap = True
  55.   end
  56.   object m_Close: TButton
  57.     Left = 150
  58.     Top = 128
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Close'
  62.     ModalResult = 2
  63.     TabOrder = 0
  64.   end
  65. end
  66.